MonthName
Definition:
MonthName(month)
Description:
Return the name of a Month from its numerical representation.
Platforms:
All
Parameters:
month - required
Integer from 1 to 12, representing the month whose name you want, with 1 representing January and 12 representing December.
Returns:
The name of the specified month.